# Get Template info by ID

Retrieve details for a specific private template by its ID.
Please note: This endpoint is for inspecting your private templates only and cannot be used to retrieve details for public template IDs.

Endpoint: GET /ads/templates/{template_id}

## Header parameters:

  - `api_token` (string, required)
    API token associated with the organization.

## Path parameters:

  - `template_id` (string, required)
    The ID of the template.

## Response 200 fields (application/json):

  - `scene_resolutions` (object)
    A dictionary mapping scene keys (e.g., "scene_1") to their resolution dimensions.
    Example: {"scene_1":{"width":1920,"height":1080},"scene_2":{"width":1080,"height":1080}}


## Response 401 fields

## Response 404 fields
